Everything is invalidated automatically these days.
}
else if (priv->widget_path == NULL)
{
+ G_GNUC_BEGIN_IGNORE_DEPRECATIONS;
gtk_style_context_invalidate (context);
+ G_GNUC_END_IGNORE_DEPRECATIONS;
}
}
* information immediately.
*
* Since: 3.0
+ *
+ * Deprecated: 3.12: Style contexts are invalidated automatically.
**/
void
gtk_style_context_invalidate (GtkStyleContext *context)
GtkStateFlags state,
GtkBorder *margin);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_3_12
void gtk_style_context_invalidate (GtkStyleContext *context);
GDK_AVAILABLE_IN_ALL
void gtk_style_context_reset_widgets (GdkScreen *screen);